home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970326-19970626 / 000249_news@newsmaster….columbia.edu _Fri May 30 10:29:34 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA06562
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 30 May 1997 10:29:34 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id KAA01423
  7.     for kermit.misc@watsun; Fri, 30 May 1997 10:29:33 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Don't transfer file from terminal (msk315) to server linux (c-kermit)
  12. Date: 30 May 1997 14:29:28 GMT
  13. Organization: Columbia University
  14. Lines: 23
  15. Message-ID: <5mmo88$1cc$1@newsmaster.cc.columbia.edu>
  16. References: <5mlbdj$b0i@srv4-poa.nutecnet.com.br>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7099
  19.  
  20. In article <5mlbdj$b0i@srv4-poa.nutecnet.com.br>,
  21. aff <adfey@nutecnet.com.br> wrote:
  22. : I'm trying transfer files from my old pc 386 (run ms-dos kermit 3.15)
  23. : to my linux box (pentium 133 - c-kermit) but I get an problem.
  24. : The transfer files from linux to terminal is very ok but in the other
  25. : side the proccess don't work.
  26. : When I go to the terminal kermit (after type "receive"in the
  27. : c-kermit") and run "send xxxx.txt" the kermit say "can't open the
  28. : file". After the file in the dos system terminal stay locked.
  29. Oops, sorry, I didn't read your second paragraph carefully enough.  From 
  30. your description, it sounds like you are trying to send a DOS file that has
  31. something wrong with it, or you are trying to send the file to a Linux
  32. directory to which you lack write permission.
  33.  
  34. First try running CHKDSK on your PC to see if your file system is OK, and
  35. make sure you can create files in your Linux destination directory.  If all
  36. that is OK and you still have a problem, try collecting packet logs on each
  37. end ("log packets", creates packet.log file) and send them to:
  38.  
  39.   kermit-support@columbia.edu
  40.  
  41. - Frank